home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13547 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: uvaix3e1.comp.UVic.CA!usenet
  2. From: wyung@pobox.com (Wesley Yung)
  3. Newsgroups: comp.lang.c++
  4. Subject: Merge Sort
  5. Date: 26 Mar 1996 03:40:04 GMT
  6. Organization: MCG Computer Consultants
  7. Message-ID: <4j7ouk$cao@uvaix3e1.comp.UVic.CA>
  8. NNTP-Posting-Host: p18-153.dialup.uvic.ca
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=US-ASCII
  11. X-Newsreader: WinVN 0.99.7
  12.  
  13. Hi there,  does anyone have a merge sort algorithm that uses the same 
  14. parameters as Qsort?  You know.  Like this:
  15.  
  16. void msort (void* base, size_t count, size_t size, int (*compar)(const void 
  17. *e1, const void *e2))
  18.  
  19. If you have one,  please mail it to me.  Thanks a lot,
  20.  
  21. Wesley Yung
  22.  
  23. wyung@pobox.com
  24. -- 
  25. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  26. |\_\_\_\_  /_/_/_/ _/_/_/_/_/ _/_/_/_/_/   Wesley Yung [Coordinator]  |
  27. | \_\_  \_/  _/_/ _/_/       _/_/          Phone: (Vic)604-480-0523   |
  28. |  \_\_     _/_/ _/_/       _/_/    _/_/   E-Mail: wyung@pobox.com    |
  29. |   \_\_   _/_/ _/_/_/_/_/ _/_/_/_/_/_/ URL: http://pobox.com/~wyung/ |
  30. |---------------------------------------------------------------------|
  31. |     C  o  m  p  u  t  e  r     C  o  n  s  u  l  t a  n  t  s       |
  32. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  33.  
  34.